home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / max < prev    next >
Text File  |  1994-04-25  |  312b  |  13 lines

  1. max:
  2.  
  3. Syntax:    max ( A )
  4.  
  5. Description:
  6.  
  7.     Max returns the maximum value(s) contained in the matrix A. If
  8.     the argument is a vector, then the largest value is returned.
  9.     If A is a MxN matrix, then a row-vector of N columns is
  10.     returned containing the maximum value from each column of A.
  11.  
  12. See Also: maxi, min, mini
  13.